ContentsIndexHome
PreviousUpNext
ISetData.setLabels Method (params String[])

Inserts the specified labels into this set and all its supersets. The set itself and all its subsets are emptied first. Does not apply to subsets of Integers.

C#
void setLabels(params String[] labels);
Parameters 
Description 
params String[] labels 
The labels to assign to this set.